home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 37 / Amiga Format CD37 (1999-02-16)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-03].iso / -screenplay- / shareware / invasionforce / source / includes / status_protos.h < prev    next >
C/C++ Source or Header  |  1999-01-09  |  651b  |  45 lines

  1. /* Prototypes for functions defined in
  2. status.c
  3.  */
  4.  
  5. extern char * lv_text[11];
  6.  
  7. extern int high_text;
  8.  
  9. extern int now_text;
  10.  
  11. void draw_listview(void);
  12.  
  13. void update_listview(int );
  14.  
  15. void examine_city(struct City * );
  16.  
  17. void status_report(int );
  18.  
  19. void end_of_player(int );
  20.  
  21. void context_sound(int );
  22.  
  23. void tell_player(char * );
  24.  
  25. void player_preferences(void);
  26.  
  27. void prop_delay(int , int , BOOL );
  28.  
  29. void tell_user(char * , BOOL , int );
  30.  
  31. void tell_user2(char * , BOOL , int );
  32.  
  33. void show_battle(void);
  34.  
  35. void show_combat_report(BOOL );
  36.  
  37. void ME_world_view(void);
  38.  
  39. void GP_world_view(void);
  40.  
  41. void sector_survey(int , int );
  42.  
  43. void unit_survey(int , int );
  44.  
  45.